@charset "utf-8";
/* CSS Document */

/*==========================================banner=========================================*/
#banenr {
	width: 100%;
	height: 550px;
}
/* 本例子css */
#banner .slideBox {
	width: 1920px;
	height: 550px;
	overflow: hidden;
	position: relative;
	top:0;
	left:50%;
	margin-left:-960px;
}
#banner .slideBox .hd {
	height: 15px;
	width: 1920px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 5px;
	z-index: 1;
}
#banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 1920px;
	text-align: center;
}
#banner .slideBox .hd ul li {
	display: inline-block;
	margin:0 4px;
	width: 30px;
	height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
#banner .slideBox .hd ul li {
 *display:inline;
}
#banner .slideBox .hd ul li.on {
	background: #17a648;
	color: #fff;
}
#banner .slideBox .bd {
	position: relative;
	height:100%;
	z-index:0;
}
#banner .slideBox .bd li {
	zoom:1;
	vertical-align: middle;
}
#banner .slideBox .bd img {
	width: 1920px;
	height: 550px;
	display: block;
}
/*=====================================mian===================================*/
#main .inner {
	width:1260px;	
}
/*--------------------------div1--------------------------*/
#main .div1 {
	height:355px;
	padding:0 80px 50px;
	background:url(../images/mian-17.png) no-repeat right bottom;	
}
#main .h {
	height:30px;
	margin:40px 0 25px;
}
#main .h h4 {
	font-size:24px;
	color:#17a648;
	font-weight:normal;	
	float:left;
}
#main .h span {
	margin-left:10px;
	font-size:14px;
	color:#ccc;
	font-style:italic;	
	text-decoration:underline;
}
/* 本例子css */
.slideGroup {
	width: 1100px;
	text-align: left;
	position:relative;
}
.slideGroup .parHd {
	height: 300px;
	width:200px;
	line-height:26px;
	position:absolute;
	left:0;
	top:0;
}
.slideGroup .parHd ul {
	float: left;
	position: absolute;
}
.slideGroup .parHd ul li {
	cursor: pointer;
	padding:0 20px 0 30px;
	margin:0px 0px 14px;
	display:inline-block;
}
.slideGroup .parHd ul li.li1 {
	background:url(../images/div1icon.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li2 {
	background:url(../images/div1icon-02.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li3 {
	background:url(../images/div1icon-03.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li4 {
	padding-left:45px;
	background:url(../images/div1icon-04.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li5 {
	background:url(../images/div1icon-05.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li6 {
	background:url(../images/div1icon-06.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.li7 {
	background:url(../images/div1icon-07.png) no-repeat 3px top;	
}
.slideGroup .parHd ul li.on {
	background-color: #17a648;
	background-position:3px bottom;
	color:#fff;
}
.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.slideGroup .parBd .page {
	width:500px;
	height:22px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;	
}
.slideGroup .page .sPrev, .slideGroup .page .sNext {
	display: inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#93edb2;
	background:#17a648;
	border-radius:10px;
	font-family:"宋体";
}
.slideGroup .page .sPrev, .slideGroup .page .sNext {
	*display: inline;
}
.slideGroup .page .sPrev:hover, .slideGroup .page .sNext:hover {
	background:#93edb2;
	color:#fff;
}
.slideGroup .parBd {
	width:820px;
	height:320px;
	position:absolute;
	top:-40px;
	right:0;
}
.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.tempWrap {
	width:520px;
	float:left;
}
.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.slideGroup .parBd ul li .pic {
	text-align: center;
}
.slideGroup .parBd ul li .pic img {
	width:230px;
	height:290px;
	display: block;
	border: 1px solid #ccc;
}
.slideGroup .parBd ul li .pic a:hover img {
	border-color: #999;
}
.slideGroup .parBd ul li .title {
	line-height: 24px;
}
.slideGroup .parBd .text {
	width:280px;
	height:320px;
	line-height:30px;
	float:right;	
}
.slideGroup .parBd .text h5 {
	font-size:16px;
	font-weight:normal;
	color:#17a648;
	margin:20px 0;	
}
.slideGroup .parBd .text .more {
	display:block;
	width:142px;
	height:30px;	
	background:url(../images/more.png) no-repeat center center;
	text-align:center;
	color:#93edb2;
	margin-top:25px;
}
.slideGroup .parBd .text .more:hover {
	color:#fff;	
}
/*--------------------------div2--------------------------*/
#main .div2 {
	padding:0 80px;
	height:370px;
	background:url(../images/mian-21.png) no-repeat left bottom;	
}
#main .div2 .h {
	margin-top:0px;	
}
#main .div2 .left {
	width:320px;
	color:#666;	
}
#main .div2 h5 {
	color:#17a648;
	font-weight:normal;
	font-size:16px;
	margin:15px 0 10px;
}
#main .div2 .center {
	margin-left:40px;	
}
#main .div2 a.more {
	margin-left:10px;
	color:#17a648;	
}
#main .div2 .right {
	width:460px;	
	position:relative;
}
#main .div2 .zzh {
	height:30px;
	width:240px;
	line-height:30px;
	background:#f2f7f8;	
}
#main .div2 .zzh a.khxk {
	padding:0 18px 0 10px;
	background:url(../images/sjicon-02.png) no-repeat right center;	
	color:#999;
}
#main .div2 .zzh a.yyzz {
	float:right;
	margin-right:10px;
	padding:0 15px 0 0;	
	background:url(../images/sjicon.png) no-repeat right center;
	color:#999;
}
#main .div2 .zzimg .khxkimg{
	position:absolute;
	top:80px;
	left:0;	
}
#main .div2 .zzimg .yyzzimg{
	position:absolute;
	top:0;
	right:0;	
}
/*----------------------------div3-----------------------*/
#main .div3 {
	height:265px;
	background:url(../images/div3bg.png) no-repeat center bottom;	
}
#main .div3 .h {
	margin-top:30px;	
}
#main .div3 .inner {
	width:1100px;
}
#main .div3 .box {
	float:left;
	height:200px;	
}
#main .div3 .box .left {
	font-size:16px;
	color:#333;
	margin-right:15px;	
	width:55px;
	text-align:right;
}
#main .div3 .box .right {
	font-size:14px;
	color:#666;	
}
#main .div3 .number {
	width:200px;	
}
#main .div3 .address {
	width:450px;	
}
#main .div3 .email {
	width:220px;	
}
#main .div3 .message {
	width:220px;
	text-align:center;	
	font-size:16px;
}
#main .div3 .message a {
	color:#17a648;	
}
#main .div3 span.icon {
	display:block;	
	width:100px;
	height:100px;
	margin:0 auto 10px;
}
#main .div3 .number span.icon {
	background:url(../images/div3icon.png) no-repeat center center;
}
#main .div3 .address span.icon {
	background:url(../images/div3icon-02.png) no-repeat center center;
}
#main .div3 .email span.icon {
	background:url(../images/div3icon-03.png) no-repeat center center;
}
#main .div3 .message span.icon {
	background:url(../images/div3icon-04.png) no-repeat center center;
}












